:root{--ab-accent:#4ab8f0;--ab-accent2:#00c9a7;--ab-dark:#080a0f;--ab-text:#f0f4f8;--ab-muted:#8a9ab0;--ab-card:rgba(255,255,255,0.04);--ab-border:rgba(255,255,255,0.08);}
*{box-sizing:border-box;margin:0;padding:0;}
.abp{font-family:'Helvetica Neue',Arial,sans-serif;color:var(--ab-text);max-width:860px;margin:0 auto;}
/* URGENCY BANNER */
.abp-urgency{background:linear-gradient(90deg,rgba(74,184,240,0.15),rgba(0,201,167,0.15));border:1px solid rgba(74,184,240,0.3);border-radius:10px;padding:12px 20px;margin-bottom:28px;display:flex;align-items:center;gap:10px;font-size:13px;font-weight:600;color:#f0f4f8;}
.abp-urgency .abp-dot{width:8px;height:8px;border-radius:50%;background:#00c9a7;flex-shrink:0;animation:abpulse 1.5s infinite;}
@keyframes abpulse{0%,100%{opacity:1;}50%{opacity:0.3;}}
/* HOOK */
.abp-hook{background:linear-gradient(135deg,#090f1c 0%,#0a1525 100%);border-radius:16px;padding:36px 28px;margin-bottom:28px;border:1px solid var(--ab-border);}
.abp-hook-lead{font-size:21px;font-weight:800;color:var(--ab-text);line-height:1.4;margin-bottom:16px;}
.abp-hook p{font-size:16px;line-height:1.8;color:#c0d4e8;margin-bottom:10px;}
.abp-hook-cta{font-size:17px;font-weight:700;color:var(--ab-accent);margin-top:14px;}
/* RATING BAR */
.abp-rating{display:flex;align-items:center;gap:12px;margin-bottom:28px;padding:16px 20px;background:var(--ab-card);border:1px solid var(--ab-border);border-radius:12px;}
.abp-stars{color:#f5c842;font-size:18px;letter-spacing:2px;}
.abp-rating-text{font-size:14px;color:var(--ab-muted);}
.abp-rating-text strong{color:var(--ab-text);}
/* BENEFITS */
.abp-benefits{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px;margin-bottom:28px;}
.abp-ben{background:var(--ab-card);border:1px solid var(--ab-border);border-radius:14px;padding:22px 18px;transition:border-color .2s;}
.abp-ben:hover{border-color:rgba(74,184,240,0.3);}
.abp-ben-ico{font-size:26px;margin-bottom:10px;}
.abp-ben h3{font-size:15px;font-weight:700;color:var(--ab-text);margin-bottom:6px;}
.abp-ben p{font-size:13px;color:var(--ab-muted);line-height:1.65;}
/* USE CASES */
.abp-uses{background:linear-gradient(135deg,#090f1c,#0a1525);border-radius:16px;padding:28px;margin-bottom:28px;border:1px solid var(--ab-border);}
.abp-uses h2{font-size:18px;font-weight:800;margin-bottom:18px;color:var(--ab-text);}
.abp-use-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:10px;}
.abp-use{background:rgba(74,184,240,0.06);border:1px solid rgba(74,184,240,0.15);border-radius:10px;padding:14px 12px;text-align:center;}
.abp-use-ico{font-size:22px;margin-bottom:6px;}
.abp-use-lbl{font-size:12px;font-weight:600;color:var(--ab-text);}
.abp-use-sub{font-size:11px;color:var(--ab-muted);margin-top:3px;}
/* SPECS */
.abp-specs-h{font-size:18px;font-weight:800;color:var(--ab-text);margin-bottom:16px;padding-bottom:10px;border-bottom:1px solid var(--ab-border);}
.abp-specs{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:28px;}
.abp-spec{display:flex;justify-content:space-between;align-items:center;background:var(--ab-card);border:1px solid var(--ab-border);border-radius:10px;padding:13px 16px;}
.abp-spec span:first-child{font-size:13px;color:var(--ab-muted);}
.abp-spec span:last-child{font-size:13px;font-weight:700;color:var(--ab-accent);}
/* COMPARISON */
.abp-cmp-h{font-size:18px;font-weight:800;color:var(--ab-text);margin-bottom:16px;padding-bottom:10px;border-bottom:1px solid var(--ab-border);}
.abp-cmp{width:100%;border-collapse:collapse;margin-bottom:28px;}
.abp-cmp th{padding:13px 14px;text-align:left;font-size:12px;font-weight:700;border-bottom:1px solid var(--ab-border);white-space:nowrap;}
.abp-cmp th:first-child{color:var(--ab-muted);}
.abp-cmp .col-us{color:var(--ab-accent);}
.abp-cmp .col-them{color:#555;}
.abp-cmp td{padding:12px 14px;font-size:13px;border-bottom:1px solid rgba(255,255,255,0.04);}
.abp-cmp td:first-child{color:var(--ab-muted);}
.abp-cmp .ck{color:var(--ab-accent2);font-weight:700;text-align:center;}
.abp-cmp .cx{color:#444;text-align:center;font-weight:700;}
.abp-cmp .cg{color:#f5c842;text-align:center;font-weight:700;}
/* REVIEWS */
.abp-rev-h{font-size:18px;font-weight:800;color:var(--ab-text);margin-bottom:16px;padding-bottom:10px;border-bottom:1px solid var(--ab-border);}
.abp-revs{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:12px;margin-bottom:28px;}
.abp-rev{background:var(--ab-card);border:1px solid var(--ab-border);border-radius:14px;padding:18px;}
.abp-rev-stars{color:#f5c842;font-size:13px;margin-bottom:8px;}
.abp-rev p{font-size:13px;color:#c0d0e0;line-height:1.6;margin-bottom:10px;font-style:italic;}
.abp-rev-meta{font-size:11px;color:var(--ab-muted);}
.abp-rev-meta strong{color:var(--ab-text);}
.abp-rev-badge{display:inline-block;margin-top:6px;font-size:10px;font-weight:700;padding:3px 8px;border-radius:20px;background:rgba(74,184,240,0.12);color:var(--ab-accent);border:1px solid rgba(74,184,240,0.2);}
/* GUARANTEE */
.abp-guar{background:linear-gradient(135deg,rgba(0,201,167,0.07),rgba(0,201,167,0.02));border:1px solid rgba(0,201,167,0.2);border-radius:16px;padding:26px 22px;margin-bottom:28px;display:flex;align-items:flex-start;gap:16px;}
.abp-guar-ico{font-size:34px;flex-shrink:0;}
.abp-guar h3{font-size:16px;font-weight:800;color:var(--ab-text);margin-bottom:8px;}
.abp-guar p{font-size:13px;color:var(--ab-muted);line-height:1.7;}
/* TRUST */
.abp-trust{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:28px;}
.abp-ti{display:flex;align-items:center;gap:7px;background:var(--ab-card);border:1px solid var(--ab-border);border-radius:40px;padding:9px 15px;font-size:12px;color:var(--ab-muted);}
.abp-ti strong{color:var(--ab-text);}
/* FAQ */
.abp-faq-h{font-size:18px;font-weight:800;color:var(--ab-text);margin-bottom:16px;padding-bottom:10px;border-bottom:1px solid var(--ab-border);}
.abp-faq-item{margin-bottom:18px;padding-bottom:18px;border-bottom:1px solid rgba(255,255,255,0.05);}
.abp-faq-item:last-child{border-bottom:none;}
.abp-faq-q{font-size:14px;font-weight:700;color:var(--ab-text);margin-bottom:6px;}
.abp-faq-a{font-size:13px;color:var(--ab-muted);line-height:1.7;}
@media(max-width:540px){
.abp-specs{grid-template-columns:1fr;}
.abp-hook{padding:22px 16px;}
.abp-hook-lead{font-size:18px;}
.abp-guar{flex-direction:column;}
.abp-uses{padding:20px 16px;}
}
🔥 Offre d'été — 40% de réduction · Livraison gratuite · Stock limité
★★★★★
4,9/5 · Basé sur 127 avis vérifiés · ⚡ 43 personnes regardent ce produit
Vous transpirez. Vos mains sont prises. La chaleur devient insupportable.
Un climatiseur ne rentre pas dans votre sac. Un ventilateur à main vous immobilise. Et souffrir en silence n'est plus une option quand les étés atteignent 38°C.
AuraBreeze™ a tout changé : posez-le sur votre nuque, appuyez une fois. Fraîcheur immédiate. Mains libres. Aucun bruit. Toute la journée.
→ La fraîcheur que vous cherchez. Enfin.
🌬️
Fraîcheur instantanée sur la nuque
Flux d'air 360° dirigé là où la chaleur frappe en premier. Résultat ressenti dès la première seconde.
🤫
Ultra-silencieux — moins de 25 dB
Moteur brushless quasi-inaudible. Bureau, réunion, bibliothèque : personne ne l'entend. Vous, si.
⚡
8h d'autonomie · Recharge USB-C en 2h
Une journée entière sans penser à la batterie. Charge avec n'importe quel chargeur USB-C existant.
🙌
Mains libres. Toujours.
Portez-le, oubliez-le. Travaillez, marchez, faites du sport, cuisinez. AuraBreeze suit votre vie.
🛡️
Sans lames — 100% sûr
Aucune pièce en mouvement exposée. Sûr pour les cheveux longs, les enfants, les animaux de compagnie.
🎨
3 coloris premium exclusifs
Blue Glacier, Rose Poudré, Argent Minéral. Conçus pour s'assortir à votre style, pas juste à votre tenue.
Parfait dans toutes vos situations
💼
Au bureau
Open space, home office
🚇
Transport
Métro, RER, bus
🏃
Sport outdoor
Running, marche, vélo
✈️
En voyage
Avion, hôtel, visite
🌿
À l'extérieur
Marché, terrasse, festival
🎁
Idée cadeau
Livré en boîte soignée
Fiche technique
Batterie2 000 mAh
AutonomieJusqu'à 8h
RechargeUSB-C — 2h
Niveau sonore< 25 dB
Vitesses3 niveaux
Flux d'air360° continu
Coloris3 au choix
LivraisonGratuite • France
AuraBreeze™ vs la concurrence
|
AuraBreeze™ |
Ventilateur main |
Clim portable |
| Mains libres |
✓ |
✗ |
✗ |
| Silencieux <25dB |
✓ |
✗ |
✗ |
| Sans lames |
✓ |
✗ |
✗ |
| 8h d'autonomie |
✓ |
✗ |
✗ |
| Dans le sac |
✓ |
~ |
✗ |
| Prix <50€ |
✓ |
✓ |
✗ |
Ce qu'ils en disent ⭐
★★★★★
"Je travaille en open space, personne ne l'entend. L'air est vraiment frais même à 35°C. Je ne pars plus sans."
Sophie M. · Paris
✓ Achat vérifié · Blue Glacier
★★★★★
"Parfait pour courir l'été. Ultra-léger, discret, batterie toute la journée. Le meilleur achat de l'été."
Karim B. · Lyon
✓ Achat vérifié · Argent Minéral
★★★★★
"Le coloris rose est sublime. Livraison en 4 jours, parfaitement emballé. Je l'ai déjà recommandé à 5 amies."
Lucie T. · Bordeaux
✓ Achat vérifié · Rose Poudré
★★★★★
"4h de vol sans transpirer. Le steward m'a demandé où je me l'étais procuré. Bluffant pour le prix."
Marc D. · Marseille
✓ Achat vérifié · Blue Glacier
🛡️
Garantie Satisfait ou 100% Remboursé — 30 jours
Vous avez 30 jours pour l'essayer dans votre vie réelle. Si vous n'êtes pas absolument conquis — pour n'importe quelle raison — on vous rembourse intégralement, sans question, sans formulaire, sans stress. C'est notre promesse. Pas une politique. Une promesse.
🚚 Livraison gratuite en France
⚡ Expédition 24–48h
🔒 Paiement 100% sécurisé
💬 Support 7j/7
↩️ Retour 30 jours offert
✈️ Autorisé en cabine
Questions fréquentes
Est-ce dangereux pour les cheveux longs ?
Absolument pas. La technologie sans lames ne comporte aucune pièce en mouvement exposée. Il est conçu pour être porté en toute sécurité avec tous les types de cheveux, y compris très longs.
Combien de temps dure vraiment la batterie ?
En vitesse 1 (basse) : jusqu'à 8h. En vitesse 2 (moyenne) : 5–6h. En vitesse 3 (maximum) : 3–4h. Recharge complète en 2h via USB-C.
On l'entend vraiment pas au bureau ?
Non. Le moteur brushless tourne à moins de 25 dB en vitesse 1 et 2 — soit moins qu'un chuchotement à 1 mètre. Même à pleine puissance, il reste très discret comparé à tout ventilateur classique.
Peut-on l'emporter en avion ?
Oui, sans problème. La batterie (2 000 mAh / ~7,4 Wh) est très largement en-dessous de la limite de 100 Wh autorisée en cabine par toutes les compagnies aériennes.
Quel est le vrai délai de livraison ?
Expédition sous 24–48h ouvrés. Livraison en 5–10 jours ouvrés vers la France métropolitaine. Un numéro de suivi vous est envoyé par email dès que votre colis part.
Que se passe-t-il si je ne suis pas satisfait(e) ?
Contactez-nous à support@aurabreezee.com dans les 30 jours. On vous rembourse intégralement — sans vous demander de justification, sans retour compliqué. Votre satisfaction est notre seule priorité.
Puis-je l'offrir en cadeau ?
Oui. AuraBreeze est livré dans un emballage soigné, idéal pour offrir. Il est parfait pour les anniversaires, la fête des mères, les pots de départ, ou tout simplement comme attention originale.
]]>