High Speed Hair Dryer, 160000 RPM Brushless Motor 500 Million Negative Ionic (2025)

× Bidding has ended on this item.

"); if (!$(this).is(":visible")) { $(this).fadeTo(1000, 1, function () { $(this).slideDown(500); }); } }); } if (data.Accepted) { //prepare success system message systemMessage = "

×" + contextMessageDictionary["ActionSuccess"] + "

"; if (!$(".awe-rt-ListingActionMessage").is(":visible") || $(".awe-rt-ListingActionMessage").html() == "") { $(".awe-rt-ListingActionMessage").hide(); $(".awe-rt-ListingActionMessage").html(systemMessage); $(".awe-rt-ListingActionMessage").slideDown(); } else { $(".awe-rt-ListingActionMessage").fadeOut(200, function () { $(this).html(systemMessage); $(this).fadeIn(200); }); } //render checkout button if a lineitem was returned //EXCEPT: when Auto Generate Invoices is enabled, do not render checkout buttons for lots until the entire event has ended if (!autoGenerateInvoices && ownerAllowsInstantCheckout && data.LineItemID) { var checkoutUrl = 'https://bid.702auctions.com/Account/Checkout?lineitemid=' + data.LineItemID; checkoutUrl += '&returnUrl=%2fEvent%2fLotDetails%2f107040338%2fHigh-Speed-Hair-Dryer-160000-RPM-Brushless-Motor-500-Million-Negative-Ionic'; if (autoCheckoutForBuyNow) { window.location = checkoutUrl; } var checkoutHtml = '

' + '' + '' + '' + '' + '' + '' + 'Checkout' + '' + '' + '

'; if ($(".detail__context-menu").find(".btn__detail__checkout").length == 0) { $(".detail__context-menu").prepend(checkoutHtml).show(); } else { jslog("skipped rendering checkout button because one already exists."); } } if (data.LineItemID && !highlightCheckoutButtonForBuyNow) { //render contact seller button if one does not already exist if (false && $("a.btn__detail__contactuser").length == 0) { var contactSellerUrl = '/Account/SendListingMessage?receiver=actiondiscountsales&template=ask_listing_question&listingID=107040339&returnUrl=%2FEvent%2FLotDetails%2F107040338%2FHigh-Speed-Hair-Dryer-160000-RPM-Brushless-Motor-500-Million-Negative-Ionic'; var contactSellerHtml = '

' + '' + '' + '' + '' + '' + '' + 'Contact Seller' + '' + '' + '

'; $(".detail__context-menu").append(contactSellerHtml).show(); jslog("contact button rendered for line item #" + data.LineItemID); } //render feedback button if (false) { var feedbackUrl = '/Account/SubmitFeedback?LineItemID=REPLACELINEITEMID&ListingID=107040339&Receiver=actiondiscountsales' .replace("REPLACELINEITEMID", data.LineItemID); var feedbackHtml = '

' + '' + '' + '' + '' + '' + '' + 'Feedback' + '' + '' + '

'; $(".detail__context-menu").append(feedbackHtml).show(); jslog("feedback button rendered for line item #" + data.LineItemID); } } } else { //ReasonString is populated, prepare a Negative System message if (contextMessageDictionary[data.ReasonString]) { systemMessage = "

×" + contextMessageDictionary[data.ReasonString] + "

"; } else { systemMessage = "

×" + data.ReasonString + "

"; } if (!$(".awe-rt-ListingActionMessage").is(":visible") || $(".awe-rt-ListingActionMessage").html() == "") { $(".awe-rt-ListingActionMessage").hide(); $(".awe-rt-ListingActionMessage").html(systemMessage); $(".awe-rt-ListingActionMessage").slideDown(); } else { $(".awe-rt-ListingActionMessage").fadeOut(200, function () { $(this).html(systemMessage); $(this).fadeIn(200); }); } } } else { //Context is null, but ReasonString is populated, prepare a Negative System message if (contextMessageDictionary[data.ReasonString]) { systemMessage = "

×" + contextMessageDictionary[data.ReasonString] + "

"; } else { systemMessage = "

×" + data.ReasonString + "

"; } if (!$(".awe-rt-ListingActionMessage").is(":visible") || $(".awe-rt-ListingActionMessage").html() == "") { $(".awe-rt-ListingActionMessage").hide(); $(".awe-rt-ListingActionMessage").html(systemMessage); $(".awe-rt-ListingActionMessage").slideDown(); } else { $(".awe-rt-ListingActionMessage").fadeOut(200, function () { $(this).html(systemMessage); $(this).fadeIn(200); }); } } } }); // render a checkout button if: // // - the lot ends successfully, and // - the winner is viewing, but only if // - auto gen invoices is disabled // // mainly to prevent one invoice per LOT per buyer, rather than the generally preferred one invoice per EVENT per buyer $(document).on("SignalR_UpdateListingStatus", function (event, data) { if ($.inArray(data.ListingID, interestingListings) < 0) return; if (autoGenerateInvoices || ownerAllowsInstantCheckout) { if (data.Status == "Successful" && data.LineItemID && data.LineItemPayerUN == "") { //when Auto Generate Invoices is enabled, do not render checkout buttons for lots until the entire event has ended if (!autoGenerateInvoices) { var checkoutUrl = 'https://bid.702auctions.com/Account/Checkout?lineitemid=' + data.LineItemID; checkoutUrl += '&returnUrl=%2fEvent%2fLotDetails%2f107040338%2fHigh-Speed-Hair-Dryer-160000-RPM-Brushless-Motor-500-Million-Negative-Ionic'; var checkoutHtml = '

' + '' + '' + '' + '' + '' + '' + 'Checkout' + '' + '' + '

'; if ($(".detail__context-menu").find(".btn__detail__checkout").length == 0) { $(".detail__context-menu").prepend(checkoutHtml).show(); } else { jslog("skipped rendering checkout button because one already exists."); } } //render contact seller button if one does not already exist if (false && $("a.btn__detail__contactuser").length == 0) { //"/Account/SendListingMessage?receiver=tester1&template=ask_listing_question&listingID=166614&returnUrl=%2FListing%2FDetails%2F166614%2Ftest-item-J" var contactSellerUrl = '/Account/SendListingMessage?receiver=actiondiscountsales&template=ask_listing_question&listingID=107040339&returnUrl=%2FEvent%2FLotDetails%2F107040338%2FHigh-Speed-Hair-Dryer-160000-RPM-Brushless-Motor-500-Million-Negative-Ionic'; var contactSellerHtml = '

'; $(".detail__context-menu").append(contactSellerHtml).show(); jslog("contact button rendered for line item #" + data.LineItemID); } //render feedback button if (false) { var feedbackUrl = '/Account/SubmitFeedback?LineItemID=REPLACELINEITEMID&ListingID=107040339&Receiver=actiondiscountsales' .replace("REPLACELINEITEMID", data.LineItemID); var feedbackHtml = '

' + '' + '' + '' + '' + '' + '' + 'Feedback' + '' + '' + '

'; $(".detail__context-menu").append(feedbackHtml).show(); jslog("feedback button rendered for line item #" + data.LineItemID); } } } }); $(".GoToPrevLot").on("click", function () { var thisLotOrder = 220; var lastLotOrder = 399; if (thisLotOrder > 0) { $(".GoToPrevLot").prop("disabled", true); $.post("/RealTime/GetLotIdByLotOrder", { eventId: 106936087, lotOrder: (thisLotOrder - 1) }) .done(function (data) { if (data.LotId) { window.location.href = "/Event/LotDetails" + "/" + data.LotId; } }); } }); $(".GoToNextLot").on("click", function () { var thisLotOrder = 220; var lastLotOrder = 399; if (thisLotOrder < lastLotOrder) { $(".GoToNextLot").prop("disabled", true); $.post("/RealTime/GetLotIdByLotOrder", { eventId: 106936087, lotOrder: (thisLotOrder + 1) }) .done(function (data) { console.log("next lot result: ", data); if (data.LotId) { window.location.href = "/Event/LotDetails" + "/" + data.LotId; } }); } }); $(document).on("SignalR_UpdateInvoiceStatus", function (event, data) { if ($.inArray(data.ListingID, interestingListings) < 0) return; jslog("SignalR_UpdateInvoiceStatus (listing, invoice, status, payer): " + data.ListingID + ", " + data.InvoiceID + ", " + data.InvoiceStatus + ", " + data.InvoicePayerUN); //show "View Invoice" or "Checkout" button if applicable if (data.InvoicePayerUN == aweUserName) { //get result of /RealTime/IsInvoicePayable?invoiceId=nnnnnn var promise = Proxy.invokeAsync("IsInvoicePayable", { invoiceId: data.InvoiceID }, function(result) { var checkoutUrl = 'https://bid.702auctions.com/Account/Invoice/' + data.InvoiceID; checkoutUrl += '?returnUrl=%2fEvent%2fLotDetails%2f107040338%2fHigh-Speed-Hair-Dryer-160000-RPM-Brushless-Motor-500-Million-Negative-Ionic'; if (result.isPayable) { //invoice is payable if (autoCheckoutForBuyNow) { window.location = checkoutUrl; } if ($("a.btn__detail__checkout").length == 0) { //render checkout button if one does not already exist var checkoutHtml = '

' + '' + '' + '' + '' + '' + '' + 'Checkout' + '' + '' + '

'; $(".detail__context-menu").prepend(checkoutHtml).show(); jslog("checkout button rendered for invoice #" + data.InvoiceID); } } else { //the invoice is not payable, so instead of 'checkout' button, render 'view invoice' button if one does not already exist if ($("a.btn__detail__invoices").length == 0) { var viewInvoiceHtml = '

' + '' + '' + '' + '' + '' + '' + 'View Invoice' + '' + '' + '

'; $(".detail__context-menu").append(viewInvoiceHtml).show(); jslog("view invoice button rendered for invoice #" + data.InvoiceID); } } //only render the contact and/or feedback buttons if either // a) the web.config setting HighlightCheckoutButtonForBuyNow is set to False, or // b) the invoice is not payable if (!highlightCheckoutButtonForBuyNow || !result.isPayable) { //render contact seller button if one does not already exist if (false && $("a.btn__detail__contactuser").length == 0) { var contactSellerUrl = '/Account/SendListingMessage?receiver=actiondiscountsales&template=ask_listing_question&listingID=107040339&returnUrl=%2FEvent%2FLotDetails%2F107040338%2FHigh-Speed-Hair-Dryer-160000-RPM-Brushless-Motor-500-Million-Negative-Ionic'; var contactSellerHtml = '

' + '' + '' + '' + '' + '' + '' + 'Contact Seller' + '' + '' + '

'; $(".detail__context-menu").append(contactSellerHtml).show(); jslog("contact button rendered for invoice #" + data.InvoiceID); } //render feedback button if (false) { var feedbackUrl = '/Account/SubmitFeedback?LineItemID=REPLACELINEITEMID&ListingID=107040339&Receiver=actiondiscountsales' .replace("REPLACELINEITEMID", data.LineItemID); var feedbackHtml = '

' + '' + '' + '' + '' + '' + '' + 'Feedback' + '' + '' + '

'; $(".detail__context-menu").append(feedbackHtml).show(); jslog("feedback button rendered for invoice #" + data.InvoiceID); } } }, function(error) { jslog("Error retrieving invoice status (1): " + error); } ); promise.fail(function (jqXHR, textStatus) { jslog("Error retrieving invoice status (2): " + textStatus); }); } }); });

Back To Catalog


Shipping Information

Auction Terms & Conditions

  • All auctions are no reserve and sold to the highest bidder.
  • A 15% buyers fee applies to all items.
  • We accept Cash andall major credit cards.
  • All payments must be made online prior to pickup. You will be emailed an invoice with a payment link,or your invoice can be found under the My Account section and can be paid for there. If you are paying cash, your order must be paid and picked up within 48 hours.
  • All invoices will be automatically charged to the Credit / Debit card on fileby 4pmthe followingday.
  • If there is no Credit/Debit card on file and there is no payment within 24 hours, the item will be relisted and you will not be allowed to bid again until you add a payment method to your account.
  • All bidders must pick uptheir itemsfrom3775 E SAHARA AVE LAS VEGAS, NV 89104within5 days.
  • Once payment is received, you will receive an email with a link to schedule a pickup time and pickup instructions.
  • All items must be picked up within 10 days of the auction endingor your order will be canceled and may be subject to a restocking fee.

702 Auctions offers returns on items that are misdescribed within 10 days of the date you picked up your items.

For our complete terms and conditions,Click Here

Pickup only!!3775 E SAHARA AVELas Vegas, NV 89104Monday-Friday 9am-5pmwithin 10 days. Once payment is received, you will receive an email with a link to schedule a pickup time and pickup instructions. We offer contactless pickup options and take all possible measures to ensure your safety.

15.00% Buyer's Premium

This Auction Uses Proxy Bidding.

Ended

High Speed Hair Dryer, 160000 RPM Brushless Motor 500 Million Negative Ionic High Speed Hair Dryer, 160000 RPM Brushless Motor 500 Million Negative Ionic (1)

MSRP: $49.99 -

Lot # S513099

High Speed Hair Dryer, 160000 RPM Brushless Motor 500 Million Negative Ionic (2)

  • High Speed Hair Dryer, 160000 RPM Brushless Motor 500 Million Negative Ionic (3)

  • High Speed Hair Dryer, 160000 RPM Brushless Motor 500 Million Negative Ionic (4)

  • High Speed Hair Dryer, 160000 RPM Brushless Motor 500 Million Negative Ionic (5)

  • SoldWinning Bid: $20.00
  • 11 Bid(s) View Bid History

actiondiscountsales Las Vegas, NV US
View Seller's Other Listings

Payment Options Seller Accepts Credit Cards

Payment Instructions
Pick Up from 3775 E. Sahara Ave Las Vegas Nevada 89104

Details

Lot Number

513099

MSRP

49.99

Item Condition

NEW

Amazon ID

B0D9657FZ3

Lot # S513099

System ID # 107040338

End Date

Start Date

Description

Description: High Speed Hair Dryer, 160000 RPM Brushless Motor 500 Million Negative Ionic Blow Dryer, Travel Fast Drying Hairdryer, Low Noise, Lightweight, Blowdryer with Nozzle, Home Use,Pink
MSRP: 49.99
Condition: NEW
Notes:
Other info: Features: Ultra-Fast Drying & Precision Airflow—Equipped with a 160,000 RPM brushless motor, this high-speed hair dryer delivers wind speeds up to 22m/s, which are 5 to 6 times faster than conventional hair dryers. Its innovative hollow design enhances airflow compression, allowing for rapid and even drying without overheating or harming your hair. It dries hair in just 2~5 minutes, significantly reducing drying time and protecting against heat damage.,Anti-Frizz Negative Ion Technology—Featuring advanced negative ion technology, our hairdryer emits up to 500 million high-concentration negative ions. This technology locks in hair moisture, neutralizes static, and reduces frizz, leaving your hair smooth, manageable, and lustrously glossy, offering a salon-quality experience and maintaining your hair's health, shine, and volume.,Lightweight and Portable—Our travel-friendly hair dryer weighs just 0.9 pounds, making it 25% lighter than standard high-speed dryers. It's easy to handle, even for girls, reducing fatigue. Its compact, light, and convenient form factors make it a must-have for use at home, in the gym, or while traveling.,Smart Temperature and Wind Speed Control—This mini blowdryer offers 3 adjustable wind speed and temperature settings, including a one-touch switch from hot to cold air. The smart memory function records your preferences, activating your settings immediately with each use for best experience every time.,Safety and Low Noise—Outfitted with precision temperature control technology, our ionic hair dryer monitors the temperature 100 times per second and provides dual temperature protection to prevent heat damage. Built-in overcurrent and overvoltage protections ensure safe operation. It operates quieter than similar products, with noise levels under 50db, protecting your ears and enhancing comfort during use.Keywords: High,Speed,Hair,Dryer,160000,RPM,Brushless,Motor,500,Million,Negative,Ionic,Blow,Dryer,Travel,Fast,Drying,Hairdryer,Low,Noise,Lightweight,Blowdryer,with,Nozzle,Home,Use,PinkCategories: Health, Household & Baby Care, Beauty & Personal Care, Hair Care, Styling Tools & Appliances, Hair Dryers & Accessories, Hair Dryers -- CATEGORIES: Health, Household & Baby Care,Beauty & Personal Care,Hair Care,Styling Tools & Appliances,Hair Dryers & Accessories,Hair Dryers
Lot Number: 513099

Pickup Information: This item is available for LOCAL PICKUP ONLY. No shipping available.

High Speed Hair Dryer, 160000 RPM Brushless Motor 500 Million Negative Ionic (2025)

References

Top Articles
Latest Posts
Recommended Articles
Article information

Author: Jonah Leffler

Last Updated:

Views: 6075

Rating: 4.4 / 5 (65 voted)

Reviews: 88% of readers found this page helpful

Author information

Name: Jonah Leffler

Birthday: 1997-10-27

Address: 8987 Kieth Ports, Luettgenland, CT 54657-9808

Phone: +2611128251586

Job: Mining Supervisor

Hobby: Worldbuilding, Electronics, Amateur radio, Skiing, Cycling, Jogging, Taxidermy

Introduction: My name is Jonah Leffler, I am a determined, faithful, outstanding, inexpensive, cheerful, determined, smiling person who loves writing and wants to share my knowledge and understanding with you.