• Dit zijn wij
  • Prijslijst
  • Openingstijden
  • The Texture Spray
  • Dit zijn wij
  • Prijslijst
  • Openingstijden
  • The Texture Spray
€ 0,00 0 Winkelwagen
  • Dit zijn wij
  • Prijslijst
  • Openingstijden
  • The Texture Spray
  • Dit zijn wij
  • Prijslijst
  • Openingstijden
  • The Texture Spray
Instagram Facebook Whatsapp

WhatsApp Blownaway voor een date

Bel ons niet voor het maken van een afspraak. Bel alleen in gevallen van nood of als je te laat komt voor onze date.
  • WhatsApp: 06 509 400 40

Blownaway Eindhoven
Willem de Zwijgerstraat 2D
5611 JL Eindhoven

Instagram Facebook

We're open

Maandag
gesloten
Dinsdag
09:00 – 17:00
Woensdag
09:00 – 19:00
Donderdag
09:00 – 17:00
Vrijdag
09:00 – 17:00
Zaterdag
09:00 – 17:00
Zondag
09:00 – 13:00

Shop

  • The Texture Spray
  • Winkelwagen
  • Afrekenen

Afspraak

Onze agenda is net zo vol als jouw kapsel na een blowdry. Maak je afspraak dus op tijd! Bij voorkeur via WhatsApp. Kom je niet opdagen, dan kun je een tikkie verwachten #sorrynotsorry.

PS: verder zijn we wel aardig ;)

Parkeren

Op 2 minuten lopen ligt parkeerterrein De Rungraaf.

© 2025 Blownaway – Blowdry bar Eindhoven. Tekst: Leanne Arts | Ontwikkeling: MEGANMEDIA.

document.addEventListener('DOMContentLoaded', function() { const freeShippingAmount = 70; // GRATIS VERZENDING VANAF €70 const fill = document.getElementById("fs-progress-fill"); const left = document.getElementById("fs-left"); const textEl = document.querySelector('.fs-text'); function getCartTotal() { // Probeer het totaal te lezen van de winkelwagenpagina let totalEl = document.querySelector('.cart_totals .order-total .woocommerce-Price-amount bdi'); // Zo niet gevonden? probeer mini-cart if (!totalEl) { totalEl = document.querySelector('.widget_shopping_cart .total .woocommerce-Price-amount bdi'); } if (!totalEl) return null; let text = totalEl.innerText || totalEl.textContent; text = text.replace(/[^\d,\,\.]/g, ''); text = text.replace('.', '').replace(',', '.'); const total = parseFloat(text); return isNaN(total) ? null : total; } function updateBar() { const total = getCartTotal(); if (total === null) return; let remaining = freeShippingAmount - total; let progress = (total / freeShippingAmount) * 100; if (progress > 100) progress = 100; fill.style.width = progress + '%'; // Tekst aanpassen onder/boven threshold if (remaining > 0) { // Nog niet gratis left.innerHTML = remaining.toFixed(2).replace('.', ','); textEl.innerHTML = `Nog €${left.innerHTML} tot gratis verzending`; } else { // Gratis verzending behaald textEl.innerHTML = `Je bestelling wordt gratis verzonden.
More budget for good hair days.`; } } updateBar(); jQuery(document.body).on( 'wc_fragments_refreshed wc_cart_button_updated added_to_cart removed_from_cart updated_cart_totals', updateBar ); });