On Trend - Page 1 of 2 (2024)

On Trend - Page 1 of 2 (1) S2K Commerce - Products Dropdown

Actions

On Trend - Page 1 of 2 (2) S2K Commerce - Shopping Cart

Actions

"});var addToListTimer;var popUpDurationJS = 5000;var isAddingVisibleJS = false;var isAddedVisibleJS = true;connect.subscribe("Add_To_Cart", function(obj){var submit=false;var submitType;//console.log("obj.items.length",obj.items.length);var items = json.toJson(obj.items);if(obj.items.length==1){if(!isNaN(obj.items[0].quantity) && obj.items[0].quantity>0){submit=true;submitType="single";}} else if(obj.items.length>1){submit=true;submitType="list";}window.dataLayer = window.dataLayer || [];const itemIDs = [];if (Array.isArray(obj.items)) {obj.items.forEach(x => {if (x.hasOwnProperty("itemNumber"))itemIDs.push({"item_id": x.itemNumber});});} else {if (obj.items.hasOwnProperty("itemNumber")) {itemIDs.push({"item_id": obj.items.itemNumber});}}if (itemIDs.length > 0) {window.dataLayer.push({'event': 'add_to_cart','ecommerce': {'items': itemIDs}});}if(submit){if(submitType=="single" && isAddingVisibleJS){displaySuccess(obj.items[0],"ns_Z7_JA82HK02LGUEA0A51JF8DB3G77_addingDescription");addingToCart.startLoading();} else if(submitType=="list" && isAddingVisibleJS){//console.log("display List");displaySuccessList(obj.items,"ns_Z7_JA82HK02LGUEA0A51JF8DB3G77_addingDescription");addingToCart.startLoading();}xhr.get({url: "p0/IZ7_JA82HK02LGUEA0A51JF8DB3G77=CZ6_EL9QHKG10GPM20IJGE61AK10O0=NJaddToCartAJAX=/",content:{"items":items,"sequenceNumber":'1',"currentUser":'anonymous',"sessionID":'null',"accountNumber":'#000002',"shipTo":'',"location":'01',"minimumMultiple":'N',"imgPath":'/images/items/'},load: function(data) {if (isAddingVisibleJS) addingToCart.endLoading();var dataJSON = json.fromJson(data);//console.log("load",data);//console.log("data.success",dataJSON.success);//console.log("data.errorMsg",dataJSON.errorMsg);if(dataJSON.itemsAdded.length>0){if(submitType=="single" && isAddedVisibleJS){displaySuccess(dataJSON.itemsAdded[0],"ns_Z7_JA82HK02LGUEA0A51JF8DB3G77_shoppingCartTip");} else if(submitType=="list" && isAddedVisibleJS){displaySuccessList(dataJSON.itemsAdded,"ns_Z7_JA82HK02LGUEA0A51JF8DB3G77_shoppingCartTip");}}if(dataJSON.itemsNotAdded.length>0){var msg = dataJSON.errorMsg;alert(msg);}displayQty(dataJSON);//obj.fields.forEach(function(widget,index,hash){//widget.set("value","");//});},error: function(error) {console.log("error",error);}});} else {alert("Quantities can only be numbers and greater than 0.");}});connect.subscribe("Quick_Add_Item_To_Cart", function(obj){//console.log("Quick_Add_Item_To_List obj",obj);if (isAddingVisibleJS) {displaySuccessList(obj.items,"validating");addingToCart.startLoading();}var items = json.toJson(obj.items);//console.log("items",items);window.dataLayer = window.dataLayer || [];const itemIDs = [];if (Array.isArray(obj.items)) {obj.items.forEach(x => {if (x.hasOwnProperty("itemNumber"))itemIDs.push({"item_id": x.itemNumber});});} else {if (obj.items.hasOwnProperty("itemNumber")) {itemIDs.push({"item_id": items.itemNumber});}}if (itemIDs.length > 0) {window.dataLayer.push({'event': 'add_to_cart','ecommerce': {'items': itemIDs}});}xhr.get({url: "p0/IZ7_JA82HK02LGUEA0A51JF8DB3G77=CZ6_EL9QHKG10GPM20IJGE61AK10O0=NJaddToCartAJAX=/",content:{"items":items,"quickAdd":true,"sequenceNumber":'1',"currentUser":'anonymous',"sessionID":'null',"accountNumber":'#000002',"shipTo":'',"location":'01',"minimumMultiple":'N',"imgPath":'/images/items/'},load: function(data) {if (isAddingVisibleJS) addingToCart.endLoading();var dataJSON = json.fromJson(data);if(dataJSON.success && dataJSON.itemsAdded.length>0 && isAddedVisibleJS){displaySuccessList(dataJSON.itemsAdded,"ns_Z7_JA82HK02LGUEA0A51JF8DB3G77_shoppingCartTip");}connect.publish("Build_Quick_Grid",dataJSON);displayQty(dataJSON);},error: function(error) {console.log("error",error);}});});var displaySuccess = function(obj,cntHolder){//console.log("displaySuccess obj",obj);if(cntHolder=="ns_Z7_JA82HK02LGUEA0A51JF8DB3G77_shoppingCartTip"){popup.open({popup: itemPreview,around: dom.byId("qtyCartItems")});}domConstruct.empty(cntHolder);var container = domConstruct.create("div",{class:"itemSuccessContainer"},cntHolder);if(cntHolder=="ns_Z7_JA82HK02LGUEA0A51JF8DB3G77_shoppingCartTip"){var addedMessage = domConstruct.create("div",{class:"addedMessage",innerHTML:"Item Added to Your Cart"},container);} else {var addingMessage = domConstruct.create("div",{class:"addedMessage",innerHTML:"Adding to Your Cart"},container);}var imageContainer = domConstruct.create("div",{class:"image"},container);var image = domConstruct.create("img",{src:obj.image},imageContainer);on.once(image,"error",function(){image.src = "/images/items/noImage-thumb.png";});var infoCol = domConstruct.create("div",{class:"infoCol"},container);var description = domConstruct.create("div",{class:"description",innerHTML:obj.description},infoCol);var itemNum = obj.item;var itemNumber = domConstruct.create("div",{class:"itemNumber",innerHTML:"SKU: "+itemNum},infoCol);var priceBox = domConstruct.create("div",{class:"priceBox"},infoCol);var price = domConstruct.create("span",{class:"price",innerHTML:currency.format(obj.price, {currency: "USD", places: 2})},priceBox);var uom = domConstruct.create("span",{class:"uom",innerHTML:obj.uom},priceBox);if(cntHolder=="ns_Z7_JA82HK02LGUEA0A51JF8DB3G77_shoppingCartTip"){var popupTimer = setTimeout(function(){popup.close(itemPreview);},popUpDurationJS);}};ns_Z7_JA82HK02LGUEA0A51JF8DB3G77_globalDisplaySuccess = displaySuccess;var displaySuccessList = function(obj,cntHolder){//console.log("displaySuccessList obj",obj);//console.log(cntHolder);if(cntHolder=="validating"){domConstruct.empty("ns_Z7_JA82HK02LGUEA0A51JF8DB3G77_addingDescription");var container = domConstruct.create("div",{class:"itemSuccessContainer"},"ns_Z7_JA82HK02LGUEA0A51JF8DB3G77_addingDescription");var addedMessage = domConstruct.create("div",{class:"addedMessage loading",innerHTML:"Validating Items"},container);} else {if(cntHolder=="ns_Z7_JA82HK02LGUEA0A51JF8DB3G77_shoppingCartTip"){popup.open({popup: itemPreview,around: dom.byId("qtyCartItems")});}domConstruct.empty(cntHolder);var container = domConstruct.create("div",{class:"itemSuccessContainer"},cntHolder);if(cntHolder=="ns_Z7_JA82HK02LGUEA0A51JF8DB3G77_shoppingCartTip"){var addedMessage = domConstruct.create("div",{class:"addedMessage",innerHTML:"The Following Items Were Added to Your Cart"},container);} else {var addingMessage = domConstruct.create("div",{class:"addedMessage",innerHTML:"The Following Items Are Being Added to Your Cart"},container);}var ol = domConstruct.create("ol",null,container);array.forEach(obj,function(entry,i){var li = domConstruct.create("li",{innerHTML:entry.description},ol);});if(cntHolder=="ns_Z7_JA82HK02LGUEA0A51JF8DB3G77_shoppingCartTip"){var popupTimer = setTimeout(function(){popup.close(itemPreview);},popUpDurationJS);}}};var Overlay = declare(null, {overlayNode:null,constructor:function(){// save a reference to the overlaythis.overlayNode = dom.byId("ns_Z7_JA82HK02LGUEA0A51JF8DB3G77_addingToCartOverlay");},startLoading:function(){//console.log("this.overlayNode",this.overlayNode);domStyle.set(this.overlayNode,{display:"block",opacity:"1"});},// called to hide the loading overlayendLoading:function(){// fade the overlay gracefullyfx.fadeOut({node: this.overlayNode,onEnd: function(node){domStyle.set(node, 'display', 'none');}}).play();}});var clearNode = function(node){array.forEach(registry.findWidgets(node), function(w) {w.destroyRecursive();});domConstruct.empty(node);};var addingToCart = new Overlay();ready(function(){addingToCart.constructor();});var displayQty = function(dataJSON){if(dataJSON.cartQty>0){dom.byId("ns_Z7_JA82HK02LGUEA0A51JF8DB3G77_itemsInCart").innerHTML=dataJSON.cartQty;domClass.add("ns_Z7_JA82HK02LGUEA0A51JF8DB3G77_itemsInCart","display");var shoppingCartBar = query(".shoppingCartBar");domClass.add(shoppingCartBar[0],"itemsInCart");}if(dataJSON.cartQty>99){domClass.add("ns_Z7_JA82HK02LGUEA0A51JF8DB3G77_itemsInCart","three_digit");}if(dataJSON.cartQty>999){domClass.add("ns_Z7_JA82HK02LGUEA0A51JF8DB3G77_itemsInCart","four_digit");}};var ns_Z7_JA82HK02LGUEA0A51JF8DB3G77_setStore = function(store) {console.log("store click", store);ns_Z7_JA82HK02LGUEA0A51JF8DB3G77_showAlert("alert_changeStores");document.getElementById("storeNumber").value = store.storeNumber;};this.ns_Z7_JA82HK02LGUEA0A51JF8DB3G77_setStoreResultsList = function(stores) {console.log('setStoreResultsList');domConstruct.empty('storeSearchStoreList');var main = dojo.byId('storeSearchStoreList');if (stores.length === 0) {// no resultsdomConstruct.create("div", {"class": "noresults", innerHTML: "No results."}, main);return;}for (let store of stores) {console.log(store);var distance = 0.00;var offersDelivery = false;if (store.metaData !== null && store.metaData !== undefined) {distance = store.metaData.distance;offersDelivery = store.metaData.offersDelivery;}var infoHolder = domConstruct.create("div", {"class": "storeItem"}, main);domConstruct.create("div", {"class": "label", innerHTML: store.address1.toUpperCase()}, infoHolder);if (offersDelivery)domConstruct.create("div", {"class": "subtext", "style": "padding-bottom:8px;font-weight:600;color:#e76b7c;", innerHTML: "Delivery or Pickup"}, infoHolder);elsedomConstruct.create("div", {"class": "subtext", "style": "padding-bottom:8px;font-weight:600;color:#e76b7c;", innerHTML: "Shipping"}, infoHolder);if (distance > 0.0)domConstruct.create("div", {"class": "subtext", "style": "padding-bottom: 8px;", innerHTML: distance + ' mi.'}, infoHolder);domConstruct.create("div", {"class": "subtext", innerHTML: store.address2}, infoHolder);domConstruct.create("div", {"class": "subtext", innerHTML: store.city + ', ' + store.state + ' ' + store.zipCode}, infoHolder);domConstruct.create("div", {"class": "subtext padBottom", innerHTML: store.phoneNumber}, infoHolder);var bottomDiv = domConstruct.create("div", {"class": "bottomDiv"}, infoHolder);var button = domConstruct.create("button", {"type": "button", "class": "storeSearchButton", innerHTML: "Make This My Store"}, bottomDiv);on(button, "click", function(e) {ns_Z7_JA82HK02LGUEA0A51JF8DB3G77_setStore(store);});if (offersDelivery) {var tooltipSpan = domConstruct.create("span", {"title": "Offers Local Delivery", "style": "float: right;"}, bottomDiv)var icon = domConstruct.create("i", {"class": "fa fa-truck fa-lg"}, tooltipSpan);}}};});var ns_Z7_JA82HK02LGUEA0A51JF8DB3G77_viewCart = function(){window.location="/wps/portal/c/view-cart";};var ns_Z7_JA82HK02LGUEA0A51JF8DB3G77_home = function(){window.location="/";};

On Trend - Page 1 of 2 (3) S2K Commerce - Order Entry

Actions

Home>On Trend

On Trend - Page 1 of 2 (4)

Texas Hair

Minimalist? Never heard of her! Right now, we're loving big, bouncy Texas curls!

  • Brand:
    • Alter Ego(3)
    • Alterna(2)
    • Aluram(3)
    • Amika(3)
    • Brazilian Blowout(1)
    • Color Wow(2)
    • Colorproof(2)
    • ELEVEN Australia(1)
    • Eufora(1)
    • GK Hair(1)
    • J Beverly Hills(2)
    • KEVIN.MURPHY(1)
    • Keune(1)
    • Leaf and Flower(2)
    • Living Proof(1)
    • Milbon(1)
    • Moroccanoil(3)
    • Neuma(1)
    • Oligo(1)
    • Olivia Garden(1)
    • Paul Mitchell(3)
    • Schwarzkopf(3)
    • Shibui(1)
    • T3(3)
    • Unite(1)
    • Usmooth(3)

Brand

";var filteringSelect = new dijit.form.FilteringSelect({id: "b-attribute_0",name: "b-attribute_0",placeHolder: "All",required: false,store: store_0,searchAttr: "name"},"attributeField_0");dojo.connect(dijit.byId("b-attribute_0"), "onChange", function(value) {advancedParamFunc(value,"0");});

";var filteringSelect = new dijit.form.FilteringSelect({id: fieldName,name: fieldName,promptMessage: "Select UM",invalidMessage: "Invalid UM",required: "true",store: myStore,searchAttr: "name"},"umField"+theIndex);dojo.connect(dijit.byId(fieldName), "onChange", function() {ns_Z7_JA82HK02LGUEA0A51JF8DB3GN4_swapUM(this.value,theIndex,itemNumber);});ns_Z7_JA82HK02LGUEA0A51JF8DB3GN4_setDefaultUM(fieldName,umValue);};var ns_Z7_JA82HK02LGUEA0A51JF8DB3GN4_qv_swapUM = function(value,theUMList,itemNumber){for(var x=0;x

imgWidth)&&(imgHeight > 250)) {fullImage.style.height="250px";fullImage.style.width="auto";} else if(imgWidth > 250){fullImage.style.height="auto";fullImage.style.width="250px";}jQuery(function($){$("#qv_fullImage"+itemIndex).addimagezoom({ // single image zoomzoomrange: [3,10],magnifiersize: [300,300],magnifierpos: '300',cursorshade: true});});return;};dojo.require("dijit.layout.TabContainer");dojo.require("dijit.layout.ContentPane");var ns_Z7_JA82HK02LGUEA0A51JF8DB3GN4_buildQuickViewTabs = function(itemIndex){if(!dijit.byId("tabContainerOfIndex_"+itemIndex)){var tc = new dijit.layout.TabContainer({style: "height: 100%; width: 100%;",id: "tabContainerOfIndex_"+itemIndex},"tc1-prog"+itemIndex);if(typeof eval("cp1_"+itemIndex)!='undefined'){var contentPane1 = eval("cp1_"+itemIndex);tc.addChild(contentPane1);}if(typeof eval("cp2_"+itemIndex)!='undefined'){var contentPane2 = eval("cp2_"+itemIndex);tc.addChild(contentPane2);}tc.startup();}};require(["dojo/ready","dojo/window","dojo/query","dojo/_base/array","dojo/dom-class","dojo/dom-attr","dojo/on"],function(ready,win,query,array,domClass,domAttr,on){var elementInView = function(el) {var top = el.offsetTop;var left = el.offsetLeft;var width = el.offsetWidth;var height = el.offsetHeight;while(el.offsetParent) {el = el.offsetParent;top += el.offsetTop;left += el.offsetLeft;}return (top < (window.pageYOffset + window.innerHeight) &&left < (window.pageXOffset + window.innerWidth) &&(top + height) > window.pageYOffset &&(left + width) > window.pageXOffset);};var imgLazy = function(){var vs = win.getBox();var theImages = query("#searchResultsContainer [imgDataSrc]");array.forEach(theImages,function(entry,i){if(elementInView(entry)){if(!domClass.contains(entry.parentElement.parentElement, "inView")){domClass.add(entry.parentElement.parentElement, "inView");entry.src=domAttr.get(entry,"imgDataSrc");on.once(entry,"load",function(){domClass.add(entry.parentElement.parentElement, "imageLoaded");});on.once(entry,"error",function(){console.log("Error Loading Image");entry.src="/images/items/noImage-thumb.png";entry.onerror=null;});}}});};on(window,"scroll",imgLazy);on(window,"resize",imgLazy);ready(imgLazy);});var ns_Z7_JA82HK02LGUEA0A51JF8DB3GN4_s_noImage = function(elem){elem.src="/images/items/noImage-thumb.png";elem.onerror=null;};var ns_Z7_JA82HK02LGUEA0A51JF8DB3GN4_s_noImageFull = function(elem){elem.src="/images/items/noImage.png";elem.onerror=null;};var ns_Z7_JA82HK02LGUEA0A51JF8DB3GN4_quickViewObj = [];require(["dojo/dom","dojo/dom-construct","dojo/on","dojo/keys","dijit/form/ValidationTextBox","dijit/form/NumberTextBox","dijit/form/Button","dijit/registry","dojo/_base/array","dojo/currency"],function(dom,domConst,on,keys,ValidationTextBox,NumberTextBox,Button,registry,array,currency){var currencyCode = "USD";var cleanUp = function(){var node = dom.byId("ns_Z7_JA82HK02LGUEA0A51JF8DB3GN4_quickViewContainer");array.forEach(registry.findWidgets(node),function(w){w.destroyRecursive();});domConst.empty(node);};this.ns_Z7_JA82HK02LGUEA0A51JF8DB3GN4_dspQuickView = function(i,maxItemOrderQtyAllowed){var node = dom.byId("ns_Z7_JA82HK02LGUEA0A51JF8DB3GN4_quickViewContainer");var qvObj = ns_Z7_JA82HK02LGUEA0A51JF8DB3GN4_quickViewObj[i];var flyBox = domConst.create("div",{className:"flyBoxQuickView"},node);var fbContent = domConst.create("div",{className:"fbContent"},flyBox);var closeButton = domConst.create("button",{type:"button",className:"close",innerHTML:""},fbContent);on(closeButton,"click",cleanUp);var qvContainer = domConst.create("div",{className:"quickViewContainer"},fbContent);var qvLeft = domConst.create("div",{className:"quickViewLeft"},qvContainer);var qvRight = domConst.create("div",{className:"quickViewRight"},qvContainer);var theImage = domConst.create("div",{className:"theImage"},qvLeft);var img = domConst.create("img",qvObj["image"],theImage);on(img,"error",function(){img.src="/images/items/noImage.png";});var qvHeading = domConst.create("div",{className:"qv_heading"},qvRight);var qvDescription = domConst.create("div",{className:"qv_description",innerHTML:qvObj["description"]},qvHeading);var qvItemNumber = domConst.create("div",{className:"qv_itemNumber"},qvHeading);var qvItemNumLabel = domConst.create("div",{className:"label",innerHTML:"Item#:"},qvItemNumber);var qvItemNumOutput = domConst.create("div",{className:"output",innerHTML:qvObj["itemNumber"]},qvItemNumber);var qvPrice = domConst.create("div",{className:"qv_price"},qvHeading);var qvContainer = domConst.create("div",{className:"priceContainer"},qvPrice);if("price" in qvObj){var defaultUOM = {};array.some(qvObj.price.uom,function(uom){if(qvObj.price.defaultUOM == uom.value){defaultUOM=uom;return true;}});var formattedPrice = currency.format(defaultUOM.price, {currency: currencyCode, places: parseInt(qvObj.price.currency)});if(thePrice<0){formattedPrice=""+formattedPrice+"";}if(qvObj.price.uom.length>1){var thePrice = domConst.create("div",{className:"thePrice",innerHTML:formattedPrice},qvContainer);var uomContainer = domConst.create("div",{className:"unitMeasure",id:"qv_umContainer"},qvContainer);var qv_umList = {"identifier":"value","label":"name","items":qvObj.price.uom};var qv_selectedStore = eval(qv_umList);var qv_myStore = new dojo.data.ItemFileWriteStore({data: qv_selectedStore});dojo.byId("qv_umContainer").innerHTML = "";var qv_filteringSelect = new dijit.form.FilteringSelect({id: "qv_umDrop",name: "qv_umDrop",promptMessage: "Select UM",invalidMessage: "Invalid UM",required: "true",value: "0",store: qv_myStore,searchAttr: "name"},"qv_umField");dojo.connect(dijit.byId("qv_umDrop"), "onChange", function() {ns_Z7_JA82HK02LGUEA0A51JF8DB3GN4_qv_swapUM(this.value,qvObj.price.uom,qvObj.itemNumber);});}else{var thePrice = domConst.create("div",{className:"thePrice",innerHTML:formattedPrice+" "+defaultUOM.label},qvContainer);}}var qvOverview = domConst.create("div",{className:"qv_overview"},qvRight);var qvHeader = domConst.create("div",{className:"qv_overview",innerHTML:"Overview"},qvOverview);var scroll = domConst.create("div",{className:"scroll"},qvOverview);var qvCopy = domConst.create("div",{className:"qv_copy",innerHTML:qvObj["extDescription"]},scroll);var qvQtyBar = domConst.create("div",{className:"qv_qtyBar"},qvRight);var addToCartContainer = domConst.create("div",{className:"addToCartContainer"},qvQtyBar);if("DEARestriction" in qvObj){var itemQuantity = domConst.create("div",{className:"DEARestriction",innerHTML:" "+qvObj.DEARestriction},addToCartContainer);}else if("login" in qvObj){var itemQuantity = domConst.create("div",{className:"itemQuantity",innerHTML:" "+qvObj.login.postText},addToCartContainer);var a = domConst.create("a",{href:qvObj.login.uri,innerHTML:qvObj.login.linkText},itemQuantity,"first");}else if("styleItem" in qvObj){var itemQuantity = domConst.create("div",{className:"itemQuantity",innerHTML:""},addToCartContainer);var addToCart = domConst.create("div",{className:"addToCart",innerHTML:" "+qvObj.styleItem},addToCartContainer);}else if("canNotBeOrdered" in qvObj){var itemQuantity = domConst.create("div",{className:"itemQuantity",innerHTML:""},addToCartContainer);var addToCart = domConst.create("div",{className:"addToCart",innerHTML:" "+qvObj.canNotBeOrdered},addToCartContainer);}else if("tempUnavailable" in qvObj){var itemQuantity = domConst.create("div",{className:"itemQuantity",innerHTML:" "+qvObj.tempUnavailable},addToCartContainer);}else if("contactToOrder" in qvObj){var itemQuantity = domConst.create("div",{className:"itemQuantity",innerHTML:" "+qvObj.contactToOrder},addToCartContainer);}else {var itemQuantity = domConst.create("div",{className:"itemQuantity"},addToCartContainer);var label = domConst.create("label",{"for":"qv_qty"+i,innerHTML:"Qty:"},itemQuantity);var qtyInput = new ValidationTextBox({name:"qv_qty"+i,id:"qv_qty"+i,regExp:"^\\d+$",promptMessage:"Enter Quantity",invalidMessage:"Please use numbers only",maxlength:7,trim:true,tabindex:"20"+i});domConst.place(qtyInput.domNode,itemQuantity,"last");var addToCart = domConst.create("div",{className:"addToCart"},addToCartContainer);var qtyButton = new Button({name:"qv_addToCart"+i,id:"qv_addToCart"+i,"class":"addToCartBtn",value:"Add to Cart",innerHTML:"Add to Cart"});domConst.place(qtyButton.domNode,addToCart,"last");on(qtyButton,"click",function(){ns_Z7_JA82HK02LGUEA0A51JF8DB3GN4_qv_submitToCart_Button(qvObj.submit.myfieldId, i, qvObj.itemNumber, qvObj.itemNumber+"UoM");});on(qtyInput, "keypress", function(evt){if(evt.charOrCode==keys.ENTER){ns_Z7_JA82HK02LGUEA0A51JF8DB3GN4_qv_submitToCart_Button(qvObj.submit.myfieldId, i, qvObj.itemNumber, qvObj.itemNumber+"UoM");}});}var qvFullDetailLink = domConst.create("div",{className:"qv_fullDetailLink"},qvRight);var linkContainer = domConst.create("div",{className:"linkContainer"},qvFullDetailLink);var lIcon = domConst.create("span",{className:"lIcon"},linkContainer);var lText = domConst.create("span",{className:"lText"},linkContainer);var link = domConst.create("a",qvObj["fullDetail"],lText);};});

|◀1-36of47▶|

View:

Moroccanoil

Boar Bristle Teasing Brush

Create voluminous, full-bodied styles with the Moroccanoil® Boar Bristle Teasing Brush, designed for backcombing. Moroccanoil handmade natural boar bristle brushes use premium materials to provide the ultimate experience in hair care, while promoting healthy, shiny, manageable hair. Performance-tested on A-list celebrity clientele and on the runway, the results are proven on all hair types. Boar bristle brushes provide nourishment by stimulating and massaging the scalp and gently spreading hairs natural oils down the shaft. The result: with repeated use, hair becomes softer, more manageable and healthier. Seamless construction allows for easy styling, with an ash wood handle that is lightweight and heat-resistant.

Item#:

MORBOAR-TS

You must be logged in to order this item.Log in here

Olivia Garden

Professional Folding Teasing Brush

Ideal for teasing, creating volume, back brushing & texture creation

  • Boar & nylon bristles
    Staggered bristle lengthfor more natural results
    Boar bristles make hair shiny
  • Unique Handle Design
    Shape gives user total control
    Narrow central core for sure-grip& easy handling
    Tail designed for easy & precise sectioning, separating,tucking & lifting

Item#:

OGSTU-MX

You must be logged in to order this item.Log in here

Unite

ELEVATE Mousse 6oz

Not your 80s, crunchy mousse, but an innovative, weightless foam that will ELEVATE your hair for a full bodied, frizz-free style that is soft, shiny, and moveable. With argan oil, added thermal and UV protection, and an incredible memory, this mousse will keep your hair healthy and lifted with lasting shine, even on your longest days.

  • Creates volume, hold, and shine
  • Mousse memory re-activates styling hold
  • Thermal and UV protector
  • Infused with argan oil/li>

Item#:

UNELM6

You must be logged in to order this item.Log in here

KEVIN.MURPHY

POWDER.PUFF 0.5oz

An instant poof in a jar! To create a messy casual volume, gently tap a few shakes on the hair that you want body on, and the powder morphs into a product that holds.

TO USE:
Shake to create! Sprinkle onto damp or dry hair at the roots to create volume and texture.

BENEFITS:
Creates Volume, Dry Matte Texture, Weightless, Metamorphosis Product, Setting lotion encapsulated in a sphere of powder

Item#:

KMPOWDER

You must be logged in to order this item.Log in here

ELEVEN Australia

Give Me Hold Flexible Hairspray 9oz

GIVE ME HOLD FLEXIBLE HAIRSPRAY is an all-round hairspray that can be used for shaping or finishing without weighing the hair down. The flexible hairspray can be built up to a strong hold by reapplying or brushed out with ease. Available in classic or travel size.

  • Provides flexible hold
  • Protects against static
  • Environmentally safer propellant

HOW TO:
Shake well before use and spray from 25cm onto dry, styled hair. Rework hair as required. For a stronger hold, reapply.

Item#:

ELFLEXSP9

You must be logged in to order this item.Log in here

Keune Style

Volume Powder .25oz

What It Is
Matte powder for sexy texture, buildable grip and big volume.

Why It's Great

  • Creates texture and grip
  • For big volume
  • Matte finish
  • UVfilter
  • Results
    Big voluminous hair with beautiful texture.

    Who It's For
    Normal to thick hair.

    How To Use
    Sprinkle on fingertips and massage through dry hair. For extra lift, apply directlyto the roots.

    Item#:

    KLVP7

    You must be logged in to order this item.Log in here

    Paul Mitchell Tea Tree

    Scalp Care Anti-Thinning Root Lift Foam 6.8oz

    Scalp Care Anti-Thinning Root Lift Foam is perfect for volumizing and texturizing. Ingredients such as Vitamin E, panthenol and cornstarch plump strands for thicker, fuller-looking hair, all in an eco-friendly, non-aerosol dispenser.

    TO USE:
    Dispense a small amount of product onto palm and work into damp, towel-dried hair, concentrating on the roots. Dry up and away from scalp.

    Item#:

    TTATF6

    You must be logged in to order this item.Log in here

    Usmooth

    Volume Blowout Brush

    Create a beautiful, sleek stylewithout sacrificing volume!
    The ceramic coated barrel and far infrared heat makes it perfect for all hair types and textures. Multi-length nylon bristles reduce frizz while maintaining volume. Plus, it's the perfect tool for second day touchups!

    • Ceramic Coated Barrel:Ensures even heat distribution while emitting negative ions to seal in moisture for a shiny, frizz-free finish.
    • Far Infrared Technology:Produces a deep, gentle heat wave that reaches past the cuticle layer to reduce dry time, enhance styling, & minimize damage.
    • Quick Adjustable Temperatures:2 speed & 3 heat settings, including cool temperature to set style.
    • Lightweight Body Design:Ergonomic design minimizes strain & fatigue.
    • 8ft - 360 Swivel Cord:Prevents cord tangling from every angle.
    • Multi-Length Nylon Bristles:To create both volume & smooth hair.

    Item#:

    UVBBRUSH

    You must be logged in to order this item.Log in here

    Usmooth

    Triple Waving Iron

    Create gorgeous, long-lasting, and touchably-soft waves with ease!


    ROSE GOLD CERAMIC COATING:
    Ensures even heat distribution to protect hair from damage and produces negatively charged ions for a silky, shiny and frizz-free finish.

    QUICK & ADJUSTABLE HEAT:
    Iron heats in 60 seconds to any of the 4 preset tempature modes.

    AUTOMATIC SHUT-OFF:
    Extends the lifespan of the tool by automatically turning off after 60 minutes of inactivity.

    LIGHTWEIGHT BODY DESIGN:
    Minimizes strain and fatigue on hands and wrists.

    360º SWIVEL CORD:
    Reduces cord tangling and allows styling from any angle.

    COOL-TOUCH TIP:
    Increases iron stability during styling.

    SAFETY STAND:
    Safely place the iron on a hard surface while not in use.

    Item#:

    UWAVE3

    You must be logged in to order this item.Log in here

    Brazilian Blowout

    Professional Boar Bristle Brush Large

    Natural Boar Bristles with wood center and ergonomic cork handle.

    Item#:

    BRBRLG

    You must be logged in to order this item.Log in here

    Moroccanoil

    Extra Volume Conditioner

    Gently detangle your hair while adding volume. Moroccanoil® Extra Volume Conditioner volumizes and gives fine hair body, shine and manageability without weighing it down. Infused with antioxidant-rich argan oil and fortifying nutrients, including linden bud extract, this volumizing conditioner transforms hair from lifeless to lively. Color-safe. Sulfate-free, phosphate-free and paraben-free.

    TO USE:
    After shampooing, squeeze excess water and apply Moroccanoil® Extra Volume Conditioner from mid-length to ends. Leave on for 12 minutes and rinse well. Use regularly with Moroccanoil Extra Volume Shampoo for best results.

    Item#:

    MOVC

    You must be logged in to order this item.Log in here

    Colorproof

    Volume Conditioner

    Condition with lighweight moisture for body, shine and color protection. This ultra-light, volumizing conditioner delivers body, weightless moisture, shine and unsurpassed color preservation.

    FEATURES & BENEFITS

    • Provides conditioning to enhance shine
    • Detangles and strengthens
    • Fortifies and protects from breakage
    • Advanced Color Last SystemTM
    • Sulfate-free
    • No added salt
    • 100% Vegan, Cruelty-free
    • Gulten-free
    • Phthalate-free
    • Paraben-free
    • PABA-free
    • Mineral Oil-free
    • Keratin-free

    KEY INGREDIENTS
    Polyglutamic Acid (PGA) a water-soluble peptide, helps hair to retain hydration and moisture while making hair appear voluminous.
    Saw Palmetto is a Palm Berry Extract that helps support hairs density and fullness
    Coconut aids in absorption to weightlessly moisturize and repair hair.

    IDEAL HAIR TYPES: Fine color-treated hair

    AROMA: White Nectarine

    Item#:

    CLVC

    You must be logged in to order this item.Log in here

    Colorproof

    Volume Shampoo

    Gently cleanse and nourish hair with featherlight moisture, lasting body and color protection. Revolutionary volumizing shampoo delivers a rich lather to gently cleanse hair while infusing lightweight body, fullness and color protection.

    FEATURES & BENEFITS

    • Creates incredible volume
    • Infuses weightless body and shine
    • Provides high-humidity style retention
    • Advanced Color Last SystemTM
    • Sulfate-free
    • No added salt
    • 100% Vegan, Cruelty-free
    • Gulten-free
    • Phthalate-free
    • Paraben-free
    • PABA-free
    • Mineral Oil-free
    • Keratin-free

    KEY INGREDIENTS
    Polyglutamic Acid (PGA) a water-soluble peptide, helps hair to retain hydration and moisture while making hair appear voluminous.
    Saw Palmetto is a Palm Berry Extract that helps support hairs density and fullness
    Volumizing Polymers encourage support and strength at the root and throughout the hair shaft to promote fuller, thicker, more voluminous hair.

    IDEAL HAIR TYPES: Fine color-treated hair

    AROMA: White Nectarine

    Item#:

    CLVS

    You must be logged in to order this item.Log in here

    Paul Mitchell Pro Tools

    Express Ion Curl+ XL Ceramic Curling Iron 1.75"

    Create natural-looking waves and voluminous curls with the Express Ion Curl+ XL Curling Iron. The quick-heating 1.75" extra-large ceramic barrel makes big, beautiful waves and builds volume like a pro to create the look of a blowout without using a brush. Express Ion Complex technology helps seal in moisture and shine.

    • Perfect for creating big, voluminous waves
    • Express Ion Complex ensures healthy, shiny results
    • 1.75" extra-large ceramic barrel
    • Digital temperature control
    • Heats up to 410°F in 60 seconds with a 5-second heat recovery time
    • One hour auto shut-off

    Item#:

    EXPCURLXL

    You must be logged in to order this item.Log in here

    Paul Mitchell Neuro

    Curl XL Titanium Curling Iron 1.75"

    Enjoy super-sized styling with this extra-large curling iron. Perfect for creating big, voluminous waves, it has an oversized IsoTherm titanium barrel with a strong clamp thats ideal for styling long hair. It rapidly heats up to 450°F and has a cool-tip and soft touch handle for easy styling. Featuring the latest technology, it has a digital LCD display, customizable auto shut-off and dual voltage for worldwide use.

    Perfect for body, polish and waves.

    • State-of-the-art heater reaches 450°F in 45 seconds
    • Barrel made from premium IsoTherm titanium provides fast, even heat
    • SmartSense microchip regulates temperature 50 times per second for lightning-fast heat recovery
    • Cool tip and soft touch handle for comfort and easy styling
    • Programmable temperature setting
    • Dual voltage for worldwide use
      • TO USE:
      • Determine where you want the curls to start. If you want curls from scalp to ends, place the base of the iron close to the head and begin wrapping the hair around it. If you want to curl half the strand, begin wrapping at mid-length.
      • Wrap the hair OVER the iron for more wave, or UNDER the iron for more bounce and lift.
      • Wrap larger sections for looser, wavier looks; smaller sections for tighter curls.
      • Brush through for your desired end result:
        Sculpting Brush for full, bouncy curls
        Teasing Brush for soft, Hollywood glam look
        Detangling Comb for tousled look

    Item#:

    NROCURLXL

    You must be logged in to order this item.Log in here

    Leaf + Flower

    CBD Instant Volume Conditioner

    CBD Charged Volume

    • Functional glycolipids rebalance scalp
    • Strengthens follicles, plumping fine strands
    • Adds softness, body and bounce
    • Color Safe
    • UVA/UVB protection

    Item#:

    LFVC

    You must be logged in to order this item.Log in here

    Leaf + Flower

    CBD Instant Volume Shampoo

    CBD Charged Volume

    • Removes Impurites
    • Phyto-molecular actives boost volume
    • Restores body to areas weighed down by build up
    • Sulfate-Free
    • Color Safe

    Item#:

    LFVS

    You must be logged in to order this item.Log in here

    Moroccanoil

    Extra Volume Shampoo

    TO USE:
    Massage Moroccanoil® Extra Volume Shampoo throughout wet hair and scalp. Continue to add water to activate a rich, luxurious lather from the highly concentrated formula and stimulate its volume-boosting properties. Rinse thoroughly until water runs clear. Repeat if needed, and follow with Moroccanoil® Extra Volume Conditioner.

    Item#:

    MOVS

    You must be logged in to order this item.Log in here

    amika

    blowout babe thermal brush

    BELLS AND WHISTLES

    • 1.5" ceramic barrel - emit far-infrared heat that instantly penetrates the cortex of the hair cuticle, heating from the inside out. the hair is heated evenly and in half the time of conventional heat, reducing the risk of damage.
    • 0.5" nylon bristles - to gently grip, smooth and style all hair types and lengths.
    • ionic generator - to increase negative ion output resulting in shiny, smooth, frizz-free results with zero static.
    • 356º F temperature - to smooth all hair types and textures.
    • heat resistant handle, cool tip design and lightweight body - to guarantee easy, comfortable and safe styling.
    • ready and able - an easy grip, 9 foot 360° swivel cord made of heat-proof, up to 450º F, fabric and a professional hook makes use and storage simple.

    Item#:

    AMBBBRUSH

    You must be logged in to order this item.Log in here

    amika

    hair blow dryer brush 2.0

    WHAT IT IS
    thair blow dryer brush 2.0 is the new and improved version of our bestselling hair tool, which combines a round brush and blow dryer for a voluminous blowout with 2x the shine. improvements to the internal design and mechanisms have gone through extensive testing to ensure product longevity.

    WHO IT'S FOR
    works on all hair types. here at amika, we believe all hair is welcome. from curly to color-treated, this product is safe and effective for all.

    WHY IT'S SPECIAL
    get your shine on with the new + improved hair blow dryer brush 2.0! this innovative hair styling tool is clinically proven to give your blowout 2x the shine while banishing unwanted frizz for an effortless, glossy finish.

    • 3 adjustable heat/speed settings, 115f / 190f / 230f, create volume and smoothness on every hair type
    • tourmaline coated barrel generates negative ions and infrared heat to smooth hair and minimize frizz
    • oval barrel is designed to deliver extra root lift and increase overall volume
    • long nylon ball tip bristles detangle and smooth
    • short bristles increase bounce, shine and polish
    • ultra-lightweight design, weighing just .85 lb
    • 9 ft cord with 360° swivel allows easy handling

    Item#:

    AMBDBRUSH2

    You must be logged in to order this item.Log in here

    amika

    headstrong intense hold hairspray

    WHAT IT IS
    get your style into submission with this fast-drying, freeze-hold finishing hairspray.

    WHO IT'S FOR
    for all hair types

    WHY IT'S SPECIAL

    • provitamin b5 - promotes hair's resilience, smooths and conditions
    • safe for color-treated, brazilian-treated and keratin-treated hair

    Item#:

    AMHSP

    You must be logged in to order this item.Log in here

    Alter Ego

    Cureego Volume Spritz Infusion 5.07oz

    Ideal as a volumizing treatment for fine toneless hair. Volume Spritz Infusion is a texturizing spray with volumizing action for fine hair that provides lightness and life. Supple, strong and soft hair from the base to the tips thanks to the filling function of the lotion. The styling effect will ensure longer style hold. Its formula is enriched with Bamboo Extract and Cotton Oil, whose nourishing and revitalizing properties give strength and support to the hair structure.

    • Texturizing spray
    • Ideal for all fine toneless hair
    • Volumizing action
    • Creates volume at the hair base
    • Provides tone and structure
    • Elastice, strong and soft hair
    • Leave-in

    Item#:

    AOCVSI5

    You must be logged in to order this item.Log in here

    Alter Ego

    Hasty Too Grip It Mousse

    To recreate disciplined, tidy looks which are also voluminous and textured. Hasty Too Grip It On is a strong hold mousse for a full-bodied effect and lasting manageability. The hair will be soft, shiny and tamed. The hair regains body and texture while remaining manageable thanks to the anti-frizz and antistatic actions. Its mousse texture is light and easy to apply. It leaves no residue and makes the hair shiny.

    • Lasting hold hairspray
    • Ideal for high temerature styling
    • Provides body and texture
    • Anti-static action
    • Strong hold
    • Anti-frizz

    Item#:

    AOGRIP10

    You must be logged in to order this item.Log in here

    Alter Ego

    Hasty Too Vo-lux-ious Hairspray

    A product which combines the fixing capabilities of a hairspray and a volumizer is required to fix the look of fine, flat and limp hair. Vo-lux-ious Hairspray is a light hold and quick dry volumizing hairspray that supports upwards soft looks with a compact hold. The outcome will be light and compact style hold. Its technology supports the hair structure giving body and suppleness.

    • Volumizing hairspray
    • Ideal for all hair types
    • Light hold
    • Maximum shine
    • Restores volume and body while holding

    Item#:

    AOVHS10

    You must be logged in to order this item.Log in here

    Alterna

    Caviar Anti-Aging Multiplying Volume Conditioner

    A gently, daily, volumizing conditioner that boosts hair fullness and volume while retaining moisture.

    Perfect for straight, wavy, curly, coiled and tightly coiled hair.

    Caviar Anti-Aging Multiplying Volume Conditioner is a rich conditioner that helps seal in moisture, give long lasting body and lightweight moisture. Formulated with our signature Caviar Extract and our volume building Marine Plumping Complex, this formula helps fine, limp hair have fullness, body and lightweight volume while retaining hair's moisture. Regimen is proven to instantly deliver more fullness and volume, leaving hair looking and feeling healthy

    KEY BENEFITS

    • Maintains overall smoothness of hair
    • Improves manageability/combing of the hair
    • Provides shine to the hair
    • Provides hydration/moisture to the hair.
    • Provides the hair with additional volume

    Item#:

    ATVC

    You must be logged in to order this item.Log in here

    Alterna

    Caviar Anti-Aging Multiplying Volume Shampoo

    A gentle, daily, volumizing cleanser that boosts hair fullness and volume while retaining moisture.

    Perfect for straight, wavy, curly, coiled and tightly coiled hair.

    Caviar Anti-Aging Multiplying Volume Shampoo is a gentle daily cleanser that helps thicken hair from root to tip while cleansing. Formulated with our signature Caviar Extract and our volume building Marine Plumping Complex, this formula helps fine, limp hair have renewed fullness and lightweight volume while retaining moisture and sheen. Regimen is proven to instantly deliver more fullness and volume, leaving hair looking and feeling healthy

    KEY BENEFITS

    • Maintains overall smoothness of hair
    • Improves manageability/combing of the hair
    • Provides shine to the hair
    • Provides hydration/moisture to the hair.
    • Provides the hair with additional volume

    Item#:

    ATVS

    You must be logged in to order this item.Log in here

    J Beverly Hills

    Blue Teasing Brush

    Volumizing Brush

    The Blue Teasing Brush is the ideal styling tool for creating volume, featuring compact bristles for backcombing techniques and a slim handle that is expertly designed to create smooth partings.

    • Soft-touch Handle
    • Narrow Tail End for Easy Sectioning
    • Compact Bristles Ideal for Backcombing

    Item#:

    JBBR-T

    You must be logged in to order this item.Log in here

    J Beverly Hills

    Mousse Up 9oz

    Volumizing Mousse

    Maximize your volume and body with Mousse Up. Formulated with argan oil and marshmallow root to ensure style support and weightless moisture.

    • Enhances Shine
    • Moisturizes
    • Volumizes

    Item#:

    JBMU9

    You must be logged in to order this item.Log in here

    Milbon

    10 Extra Strong Hold Hairspray 9oz

    A perfect blend of polymers and glycerin delivers durable hold to keep any style in place.

    Strong Hold Hairspray 7 adds flexible hold leaving hair brushable, touchable, and workable without being sticky or stiff. Extra Strong Hold Hairspray 10 provides powerful hold to defy frizz and instantly lock in styles.

    Item#:

    MLFXH9

    You must be logged in to order this item.Log in here

    Neuma

    NEU VOLUME STYLING SPRAY 6.7oz

    Creates long-lasting body, bounce and shine. This multi-tasking, volume-boosting spray provides fullness and style support.

    QUICK FACTS:

    • Lightweight volume booster
    • Adds instant body and bounce
    • Helps seal the cuticle while delivering heat protection
    • Humectants help prevent moisture loss

    KEY INGREDIENTS

    • Coconut Oil, Shikakai and Tamarind Extracts: Rich in antioxidants, this fusion helps preserve hair from heat damage while helping maintain color radiance.
    • Coconut Oil: Moisturizes and conditions hair while aiding in detangling, which helps to reduce breakage and the formation of split ends. It has also been shown to help protect against UV damage.
    • Avocado Oil: Deeply moisturizes and nourishes from within. It absorbs easily, so it wont leave hair heavy or greasy whilehelping smooth the cuticle and protect hair from breakage.

    AROMA:Fennel, Ylang Ylang, Patchouli and Vanilla

    Item#:

    NMVSS6

    You must be logged in to order this item.Log in here

    Oligo

    Volume Powder 0.32oz

    Volume that defies gravity! This innovative spray powder offers a precise and clean application for lasting volume. Simply apply to dry or damp hair, create volume using your hands and voilà!

    • Vegan
    • Paraben Free
    • Gluten Free
    • Sulfate Free
    • No Artifical Colors
    • Color Safe

    USE: Spray 2-4 inches from root. Style

    Item#:

    OLVP32

    You must be logged in to order this item.Log in here

    T3

    SinglePass Curl X 1.5" Curling Iron

    An extra-long barrel styles more hair in less time. An all-new ProGlide clip design delivers maximum control with a super-smooth glide. And professional heat performance brings your soft, healthy-looking curls and waves that stay all day.

    • 1.5" Clip Barrel: Creates defined curls or textured waves with a smooth, glossy finish.
    • Extra-Long Barrel (6.5"): Styles wide sections, long hair, or hard-to-reach areas in one quick pass
    • ProGlide Clip Design: Delivers effortless styling control with a super-smooth glide.
    • Digital T3 SinglePass Technology: Ensures perfect heat precision - not hot or cool spots - for fast styling with lasting results
    • 9 Heat Settins: Delivers precise heat for every hair type and texture
    • CeraGloss Ceramic Barrel: Glides effortlessly through hair to smooth and boost shine as you style.
    • Cool Tip: Ventilated for comfortable grip that stays cool to the touch
    • SmartTwist Dial: For easy, intuitive temperature control

    Item#:

    T3SPC15

    You must be logged in to order this item.Log in here

    Usmooth

    Professional Curling Wand 1.5"

    Easily create long-lasting waves and curls!

    ROSE GOLD CERAMIC COATING
    Ensures even heat distribution to protect hair from damage and produces negatively charged ions for a silky, shiny, and frizz-free finish.

    QUICK & ADJUSTABLE HEAT
    Iron heats in 60 seconds to any of the 4 preset temperature modes.

    AUTOMATIC SHUT-OFF
    Extends the lifespan of the tool by automatically turning off after 60 minutes of inactivity.

    LIGHTWEIGHT BODY DESIGN
    Minimizes strain and fatigue on hands and wrists.

    360º SWIVEL CORD
    Reduces cord tangling and allows styling from any angle.

    COOL-TOUCH TIP
    Increases iron stability during styling.

    Item#:

    UWAND15

    You must be logged in to order this item.Log in here

    Aluram

    Root Boost Spray 6oz

    This lightweight spray gives hair a boost of volume at the roots, along with medium control & anti-frizz protection. Sea Kelp promotes a healthy scalp, while Rice Protein adds fullness and a gorgeous shine.

    Item#:

    ARRB6

    You must be logged in to order this item.Log in here

    Aluram

    Volumizing Conditioner

    Get fuller & more abundant-looking locks!

    The lightweight formulas rinse away oil & dirt that weigh down fine strands; delivering maximum volume and shine. Rice protein infuses Vitamins and nutrients for healthier & gorgeous hair.

    Item#:

    ARVC

    You must be logged in to order this item.Log in here

    Aluram

    Volumizing Shampoo

    Get fuller & more abundant-looking locks!

    The lightweight formulas rinse away oil & dirt that weigh down fine strands; delivering maximum volume and shine. Rice protein infuses Vitamins and nutrients for healthier & gorgeous hair.

    Item#:

    ARVS

    You must be logged in to order this item.Log in here

    |◀1-36of47▶|

    View:

    On Trend - Page 1 of 2 (2024)
    Top Articles
    Latest Posts
    Article information

    Author: Kareem Mueller DO

    Last Updated:

    Views: 5691

    Rating: 4.6 / 5 (66 voted)

    Reviews: 89% of readers found this page helpful

    Author information

    Name: Kareem Mueller DO

    Birthday: 1997-01-04

    Address: Apt. 156 12935 Runolfsdottir Mission, Greenfort, MN 74384-6749

    Phone: +16704982844747

    Job: Corporate Administration Planner

    Hobby: Mountain biking, Jewelry making, Stone skipping, Lacemaking, Knife making, Scrapbooking, Letterboxing

    Introduction: My name is Kareem Mueller DO, I am a vivacious, super, thoughtful, excited, handsome, beautiful, combative person who loves writing and wants to share my knowledge and understanding with you.