Brillex® — Chiffon Inox Anti-Bactéries
Brillex® — Chiffon Inox Anti-Bactéries @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,700;1,700&display=swap') ; .br { --green: #1e3d2f; --green2: #2d5a3d; --red: #c0392b; --border: #e0dbd4; --bg: #f9f7f4; --ink: #1a1a1a; --mid: #555; --light: #999; font-family: 'Inter', system-ui, sans-serif; max-width: 560px; margin: 0 auto; padding: 0 0 40px; color: var(--ink); font-size: 15px; line-height: 1.6; background: #fff; } /* BADGES TOP */ .br .badges { display: flex; justify-content: space-around; padding: 18px 12px; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); margin-bottom: 32px; background: var(--bg); } .br .badge-item { text-align: center; flex: 1; } .br .badge-icon { font-size: 24px; display: block; margin-bottom: 5px; } .br .badge-label { font-size: 11px; font-weight: 700; color: var(--green); line-height: 1.3; text-transform: uppercase; letter-spacing: .04em; } /* SECTION BLOC */ .br .bloc { margin-bottom: 36px; padding: 0 16px; } .br .bloc img { width: 100%; border-radius: 6px; display: block; margin-bottom: 18px; } .br .bloc-tag { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: var(--red); margin-bottom: 6px; display: block; } .br .bloc h2 { font-family: 'Playfair Display', Georgia, serif; font-size: clamp(18px, 5vw, 23px); font-weight: 700; line-height: 1.25; color: var(--ink); margin-bottom: 10px; } .br .bloc p { font-size: 14px; color: var(--mid); line-height: 1.7; margin-bottom: 10px; } .br .bloc strong { color: var(--ink); } /* CHECK LIST */ .br .checklist { list-style: none; padding: 0; margin: 12px 0 0; } .br .checklist li { font-size: 14px; color: var(--mid); padding: 6px 0; border-bottom: 1px solid var(--border); display: flex; gap: 9px; align-items: flex-start; } .br .checklist li:last-child { border-bottom: none; } .br .checklist li::before { content: '✓'; color: var(--green); font-weight: 700; font-size: 13px; flex-shrink: 0; margin-top: 1px; } /* DARK SECTION */ .br .dark-bloc { background: #0f1f17; padding: 24px 16px; margin-bottom: 36px; } .br .dark-bloc img { width: 100%; border-radius: 6px; display: block; margin-bottom: 18px; } .br .dark-bloc .bloc-tag { color: #7ec8a0; } .br .dark-bloc h2 { color: #fff; font-family: 'Playfair Display', Georgia, serif; font-size: clamp(18px, 5vw, 23px); font-weight: 700; line-height: 1.25; margin-bottom: 10px; } .br .dark-bloc p { color: #aaa; font-size: 14px; line-height: 1.7; margin-bottom: 10px; } .br .dark-bloc strong { color: #fff; } .br .dark-bloc .checklist li { color: #bbb; border-bottom-color: #1e3d2f; } .br .dark-bloc .checklist li::before { color: #7ec8a0; } /* CALLOUT BACTERIAS */ .br .bact-box { background: #f0faf4; border: 1.5px solid #a8d8bc; border-radius: 8px; padding: 16px; margin: 0 16px 36px; } .br .bact-box .lbl { font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: var(--green); margin-bottom: 8px; display: block; } .br .bact-box p { font-size: 13.5px; color: #1a3a2a; line-height: 1.65; margin: 0 0 8px; } .br .bact-box p:last-child { margin: 0; } /* AVANT/APRÈS */ .br .ba-wrap { padding: 0 16px; margin-bottom: 36px; } .br .ba-label { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--red); text-align: center; display: block; margin-bottom: 10px; } .br .ba-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; } .br .ba-col { position: relative; aspect-ratio: 1/1; overflow: hidden; border-radius: 6px; } .br .ba-col img { width: 100%; height: 100%; object-fit: cover; display: block; } .br .ba-tag { position: absolute; top: 8px; left: 8px; background: rgba(14,17,23,.85); color: #fff; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; padding: 4px 8px; border-radius: 3px; } .br .ba-col.after .ba-tag { background: var(--green); } .br .ba-time { font-size: 11px; color: var(--light); text-align: center; margin-top: 9px; font-style: italic; } .br .ba-time strong { color: var(--red); font-style: normal; } /* GIF */ .br .gif-wrap { margin-bottom: 36px; } .br .gif-wrap img { width: 100%; display: block; } .br .gif-cap { font-size: 11px; color: var(--light); text-align: center; padding: 7px 16px; font-style: italic; background: var(--bg); border-top: 1px solid var(--border); } /* FEATURE STRIP */ .br .feature-strip { background: var(--bg); border-radius: 6px; padding: 18px 16px; margin: 0 16px 36px; border: 1px solid var(--border); } .br .feature-strip h3 { font-family: 'Playfair Display', serif; font-size: 16px; font-weight: 700; margin-bottom: 14px; color: var(--ink); } .br .feature-row { display: flex; align-items: flex-start; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--border); } .br .feature-row:last-child { border-bottom: none; padding-bottom: 0; } .br .feature-icon { width: 36px; height: 36px; background: #e6f0ea; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0; } .br .feature-text strong { display: block; font-size: 13px; font-weight: 700; color: var(--ink); margin-bottom: 2px; } .br .feature-text span { font-size: 12px; color: var(--mid); } /* COMPARATIF */ .br .comp-wrap { padding: 0 16px; margin-bottom: 36px; } .br .comp-wrap h3 { font-family: 'Playfair Display', serif; font-size: clamp(16px, 4vw, 20px); font-weight: 700; text-align: center; margin-bottom: 14px; color: var(--ink); } .br .comp { width: 100%; border-collapse: collapse; font-size: 13px; } .br .comp th { padding: 10px 8px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; border-bottom: 2px solid var(--ink); } .br .comp th:first-child { text-align: left; color: var(--light); } .br .comp th:nth-child(2) { background: #f0faf4; color: var(--green); } .br .comp th:nth-child(3) { color: var(--light); } .br .comp td { padding: 10px 8px; border-bottom: 1px solid var(--border); vertical-align: top; line-height: 1.4; } .br .comp td:first-child { font-weight: 600; color: var(--mid); font-size: 12px; } .br .comp td:nth-child(2) { background: #f0faf4; color: var(--green); font-weight: 600; } .br .comp td:nth-child(3) { color: var(--red); } /* HOW TO USE */ .br .how { padding: 0 16px; margin-bottom: 36px; } .br .how h2 { font-family: 'Playfair Display', serif; font-size: clamp(18px, 5vw, 22px); font-weight: 700; margin-bottom: 16px; text-align: center; } .br .step { display: flex; gap: 14px; padding: 13px 0; border-bottom: 1px solid var(--border); align-items: flex-start; } .br .step:last-child { border-bottom: none; } .br .step-n { background: var(--green); color: #fff; font-weight: 700; font-size: 14px; min-width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .br .step-c strong { display: block; font-size: 14px; font-weight: 600; margin-bottom: 2px; } .br .step-c span { font-size: 13px; color: var(--mid); } /* SPECS */ .br .specs { margin: 0 16px 36px; border: 1px solid var(--border); border-radius: 6px; overflow: hidden; } .br .specs-title { background: var(--green); color: #fff; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; padding: 10px 14px; } .br .spec-row { display: flex; border-bottom: 1px solid var(--border); font-size: 13px; } .br .spec-row:last-child { border-bottom: none; } .br .spec-key { width: 45%; padding: 10px 14px; color: var(--mid); font-weight: 500; background: var(--bg); border-right: 1px solid var(--border); } .br .spec-val { padding: 10px 14px; color: var(--ink); font-weight: 600; flex: 1; } /* DIMENSIONS */ .br .dim-wrap { padding: 0 16px; margin-bottom: 36px; } .br .dim-wrap img { width: 100%; border-radius: 6px; display: block; } /* KIT/PACKSHOT */ .br .kit-wrap { background: #0f1f17; padding: 24px 16px; margin-bottom: 36px; text-align: center; } .br .kit-wrap .lbl { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: #7ec8a0; margin-bottom: 10px; display: block; } .br .kit-wrap h3 { font-family: 'Playfair Display', serif; font-size: 19px; font-weight: 700; color: #fff; line-height: 1.25; margin-bottom: 14px; } .br .kit-wrap h3 em { color: #C9A840; font-style: italic; } .br .kit-wrap img { width: 100%; border-radius: 6px; display: block; margin-bottom: 14px; } .br .kit-incl { display: flex; justify-content: center; flex-wrap: wrap; gap: 6px; } .br .kit-incl span { display: inline-flex; align-items: center; gap: 5px; font-size: 10.5px; font-weight: 600; color: #fff; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); padding: 6px 10px; border-radius: 20px; line-height: 1; } .br .kit-incl span::before { content: '✓'; color: #C9A840; font-weight: 700; font-size: 11px; } /* GUARANTEE */ .br .guarantee { margin: 0 16px 32px; background: #f0f7f2; border: 1px solid #c3e0cc; border-radius: 6px; padding: 16px; display: flex; gap: 14px; align-items: flex-start; } .br .guarantee .g-icon { font-size: 28px; flex-shrink: 0; } .br .guarantee h4 { font-size: 14px; font-weight: 700; color: var(--green); margin-bottom: 4px; } .br .guarantee p { font-size: 13px; color: var(--mid); margin: 0; line-height: 1.55; } /* TRUST BAR */ .br .trust { display: flex; justify-content: space-around; padding: 18px 10px; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); margin-bottom: 32px; } .br .ti { text-align: center; flex: 1; } .br .ti svg { margin: 0 auto 5px; display: block; color: var(--green); } .br .ti span { display: block; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: var(--light); line-height: 1.4; } /* FAQ */ .br .faq { padding: 0 16px; margin-bottom: 36px; } .br .faq h3 { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 700; margin-bottom: 13px; color: var(--ink); } .br details { border-bottom: 1px solid var(--border); } .br details:first-of-type { border-top: 1px solid var(--border); } .br summary { padding: 13px 0; font-size: 13.5px; font-weight: 600; color: var(--ink); cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 10px; } .br summary::-webkit-details-marker { display: none; } .br summary::after { content: ''; width: 20px; height: 20px; flex-shrink: 0; background: var(--green); border-radius: 50%; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round'%3E%3Cline x1='12' y1='5' x2='12' y2='19'/%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3C/svg%3E"); background-size: 12px; background-repeat: no-repeat; background-position: center; } .br details[open] summary::after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3C/svg%3E"); } .br .faq-a { font-size: 13px; color: var(--mid); line-height: 1.65; padding-bottom: 13px; } /* CTA */ @keyframes br-pulse { 0% { box-shadow: 0 0 0 0 rgba(192,57,43,.5); } 65% { box-shadow: 0 0 0 12px rgba(192,57,43,0); } 100% { box-shadow: 0 0 0 0 rgba(192,57,43,0); } } .br .cta-wrap { padding: 0 16px; margin-bottom: 16px; } .br .cta { display: block; width: 100%; background: var(--red); color: #fff !important; font-weight: 700; font-size: 15px; letter-spacing: .05em; text-transform: uppercase; padding: 16px; border-radius: 5px; text-align: center; text-decoration: none; animation: br-pulse 2.2s infinite; -webkit-text-fill-color: #fff; } .br .cta:hover { background: #a93226; } .br .cta-sub { display: block; font-size: 11px; font-weight: 600; text-transform: none; letter-spacing: 0; margin-top: 4px; opacity: .9; } 🦠 Anti-Bactéries ⚡ ZéroRouille 🍳 ZéroRayure ♻️ Dure6+ mois Le vrai problème Votre éponge est un nid à microbes. Le Brillex, non. Une éponge classique utilisée retient jusqu'à 54 milliards de bactéries par centimètre carré — E.coli, Salmonelle, Staphylocoque. Elle reste humide en permanence et se désintègre en quelques jours. Le Brillex sèche en 5 minutes. Ses pores ouverts n'accumulent aucun résidu. Aucune bactérie ne survit dans l'acier inoxydable sec. Sèche complètement en moins de 5 minutes Zéro odeur de moisi — jamais Rinçage total en 3 secondes sous l'eau Pas de mousse qui se dégrade et s'émiette 🔬 Confirmé par la recherche L'Université de Furtwangen a identifié jusqu'à 54 milliards de bactéries/cm² dans les éponges de cuisine utilisées — concentration supérieure à celle d'une cuvette de toilettes. Le rinçage classique déplace les bactéries. Il ne les détruit pas. La structure en acier inoxydable du Brillex ne leur offre aucun refuge. Graisse polymérisée éliminée en quelques secondes — sans forcer, sans produit chimique. Technologie maille diamantée La structure qui change tout. Les microfils d'acier inoxydable sont entrelacés en maille diamantée — une architecture qui crée une friction contrôlée : assez puissante pour décoller la graisse carbonisée, assez douce pour ne laisser aucune trace sur l'inox chirurgical ou le téflon. Les pores ouverts permettent un flux continu d'eau et de savon — et un rinçage complet en 3 secondes. Microfils inox + fibres polyester double face Structure diamantée à friction contrôlée Pores ouverts — zéro rétention de résidus Testé sur inox chirurgical, téflon, fonte émaillée ⚡ Avant / Après — même surface, même éclairage Avant Après Résultat en moins de 3 minutes — sans produit chimique Zéro rouille — garanti La paille d'acier rouille dès J+1. Le Brillex, jamais. L'acier inoxydable du Brillex contient un minimum de 10,5% de chrome. Ce chrome forme une couche d'oxyde passive invisible qui se régénère automatiquement après chaque utilisation — le même alliage que les couteaux de chef japonais. La paille d'acier classique laisse des traces de rouille dans votre évier et des microfragments dans l'eau de rinçage de vos aliments. Ce que vous ne retrouverez plus jamais. 🚫 Fini l'odeur de moisi Le Brillex sèche en 5 minutes — aucune humidité résiduelle, aucune prolifération bactérienne. 🚫 Fini les rayures sur vos casseroles La friction diamantée agit sur les résidus, pas sur la surface en dessous. Testé Le Creuset et téflon. 🚫 Fini la rouille dans l'évier Zéro microfragment métallique. L'inox 10,5% chrome ne rouille structurellement pas. 🚫 Fini acheter des éponges chaque semaine Un Brillex remplace 30 éponges jetables. Économie réelle : 130€ la première année. Commander le Brillex → −50% aujourd'hui · Livraison gratuite · 30 jours satisfait ou remboursé Testé sur le plus difficile Fonte émaillée, téflon, inox chirurgical — zéro rayure. La structure diamantée est calibrée pour agir sur les résidus carbonisés et la graisse polymérisée — pas sur la surface en dessous. Les microfils s'adaptent aux irrégularités et glissent sur le métal nu. Résultat identique sur toutes les surfaces : panelas Le Creuset, poêles anti-adhésives, éviers en inox poli, plaques vitrocéramiques. Brillex vs éponge classique Critère Brillex Éponge classique Bactéries ✅ Sèche, zéro refuge ❌ 54 Mds/cm² Rouille ✅ Jamais ❌ Dès J+1 Rayures ✅ Zéro rayure ❌ Raye le téflon Odeur ✅ Inodore ❌ Moisi en 3 jours Durée ✅ 6+ mois ❌ 7–10 jours Rinçage ✅ 3 secondes ❌ Résidus persistants Utilisation — 3 étapes 01 🚿 Humidifiez le Brillex Passez-le 2 secondes sous l'eau chaude. Ajoutez une goutte de liquide vaisselle si nécessaire. 02 🍳 Frottez la surface Appliquez une pression modérée et effectuez des mouvements circulaires. La maille diamantée fait le travail — pas vos épaules. 03 💧 Rincez en 3 secondes Les pores ouverts évacuent tous les résidus instantanément. Posez à plat ou suspendez — séchage en moins de 5 minutes. Fiche technique Matériau Microfils acier inoxydable + polyester Structure Maille diamantée double face Rouille Zéro — chrome 10,5% minimum Durée de vie 6+ mois utilisation quotidienne Rinçage 3 secondes — pores ouverts Séchage Moins de 5 minutes à l'air libre Compatible Inox · Téflon · Fonte émaillée · Céramique Antibactérien Naturel — acier inox sec = zéro refuge ⚡ Ce que vous recevez Le kit complet — livré chez vous Acier inoxydable Double face Zéro rouille Zéro rayure 6+ mois 🛡️ Garantie satisfait ou remboursé — 30 jours Essayez le Brillex pendant 30 jours complets. Si vous n'êtes pas convaincue pour quelque raison que ce soit, remboursement intégral — sans justification, sans formulaire compliqué. Remboursé30 jours Paiementsécurisé Livraisonrapide Retourssans souci Questions fréquentes Ça va rayer mes casseroles Le Creuset ou mon téflon ? Non. La structure diamantée agit sur les résidus et la graisse — pas sur la surface en dessous. Testé sur fonte émaillée Le Creuset, téflon, porcelaine et inox chirurgical. Aucune micro-rayure décelable. Combien de temps dure un Brillex ? Minimum 4 à 6 mois avec une utilisation quotidienne. La structure métallique ne se dégrade pas à l'usage contrairement à la mousse d'une éponge. Plusieurs clientes rapportent plus d'un an. Est-ce qu'il va rouiller ? Non. L'acier inoxydable du Brillex contient 10,5% de chrome minimum — le même alliage que les couteaux de cuisine japonais. La couche d'oxyde de chrome se régénère automatiquement après chaque utilisation. Comment l'entretenir ? Rincez sous l'eau chaude pendant 3 secondes après usage. Les pores ouverts de la maille évacuent les résidus instantanément. Séchage en moins de 5 minutes à l'air libre — aucune humidité résiduelle. Il fait de la mousse avec le liquide vaisselle ? Oui. Les fibres de polyester captent et distribuent le savon efficacement. La mousse est moins volumineuse qu'une éponge classique mais la puissance de nettoyage est supérieure — moins de produit nécessaire. Commander mon Brillex → Satisfait ou remboursé 30 jours · Livraison gratuite France
More you might like
Related
Pack 3 — Chiffon Inox Sans Bactéries
Related
BrilleKlar™ – Krystalklare briller uden striber
Related